google.golang.org/grpc.csAttempt.allowTransparentRetry (field)

3 uses

	google.golang.org/grpc (current package)
		stream.go#L524: 			a.allowTransparentRetry = true
		stream.go#L620: 	allowTransparentRetry bool
		stream.go#L654: 	if a.transportStream == nil && a.allowTransparentRetry {